home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- global gCurrLabel
- if the frameLabel <> 0 then
- gCurrLabel = the frameLabel
- end if
- isMemoryAvailable("continue the tour", 1200, 500)
- set the puppet of sprite 4 to 1
- sprite(4).visible = 1
- set the puppet of sprite 4 to 0
- set the puppet of sprite 5 to 0
- set the puppet of sprite 6 to 0
- updateStage()
- end
-
- on exitFrame
- global gTourVariables, gMenuButton, gMenuExit, gTourForwardArrow, gTourBackArrow, gPlaySound
- gPlaySound = 1
- repeat with rc in [gMenuButton, gMenuExit, gTourForwardArrow, gTourBackArrow]
- Inscope(rc)
- end repeat
- cursor(-1)
- setHandCursor([40, 41, 42, 43])
- end
-